services.geth.<name>.authrpc.vhosts

List of virtual hostnames from which to accept requests.

Type
null or (list of string)
Default
[
  "localhost"
]
Example
[
  "localhost"
  "geth.example.org"
]
Declared
<nixpkgs/nixos/modules/services/blockchain/ethereum/geth.nix>